home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 006-devel.lzm / usr / include / gdfontmb.h < prev    next >
Encoding:
C/C++ Source or Header  |  2007-06-28  |  590 b   |  38 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5.  
  6. #ifndef _GDFONTMB_H_
  7. #define _GDFONTMB_H_ 1
  8.  
  9. #ifdef __cplusplus
  10. extern "C"
  11. {
  12. #endif
  13.  
  14. /*
  15.     This is a header file for gd font, generated using
  16.     bdftogd version 0.5 by Jan Pazdziora, adelton@fi.muni.cz
  17.     from bdf font
  18.     -misc-fixed-bold-r-normal-sans-13-94-100-100-c-70-iso8859-2
  19.     at Thu Jan  8 13:54:57 1998.
  20.     No copyright info was found in the original bdf.
  21.  */
  22.  
  23.  
  24. #include "gd.h"
  25.  
  26.    BGD_EXPORT_DATA_PROT  gdFontPtr gdFontMediumBold;
  27.    BGD_DECLARE(gdFontPtr) gdFontGetMediumBold(void);
  28.  
  29. #ifdef __cplusplus
  30. }
  31. #endif
  32.  
  33. #endif
  34.  
  35. #ifdef __cplusplus
  36. }
  37. #endif
  38.